Hopefully fix build with SLES9 compiler.
authoriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>
Fri, 19 Aug 2005 20:02:01 +0000 (20:02 +0000)
committeriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>
Fri, 19 Aug 2005 20:02:01 +0000 (20:02 +0000)
Signed-off-by: ian@xensource.com
xen/include/public/physdev.h

index b61432c8996be96da381fb08061fe412e2a17390..4a324ac47029104df84ce51c296c3b83a6f469ce 100644 (file)
@@ -27,8 +27,8 @@ typedef struct physdevop_set_iopl {
 
 typedef struct physdevop_set_iobitmap {
     /* IN */
-    char *bitmap;
-    u32   nr_ports;
+    u8 *bitmap;
+    u32 nr_ports;
 } physdevop_set_iobitmap_t;
 
 typedef struct physdevop_apic {